projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cad0bc7
)
* src/process.c (Fdelete_process): Simplify cast.
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 29 Feb 2016 15:42:54 +0000
(07:42 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 29 Feb 2016 15:43:19 +0000
(07:43 -0800)
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index d83e2d2c51ff29042c481228ed8bfbdf6fefaf32..f40e8e53a2462636b3b63481d0b96dcdab2792ff 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-858,8
+858,7
@@
nil, indicating the current buffer's process. */)
completion, and then free the request. */
if (! inhibit_sentinels)
{
- gai_suspend ((const struct gaicb * const*)&p->dns_request,
- 1, NULL);
+ gai_suspend ((struct gaicb const **) &p->dns_request, 1, NULL);
free_dns_request (process);
}
}